From: Richard M. Stallman Date: Thu, 13 May 1993 00:20:51 +0000 (+0000) Subject: (current_minor_maps): Call Findirect_function, so symbols X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96305 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=992984b287b0afd9b34e82ee824706c9fa559b0c;p=emacs.git (current_minor_maps): Call Findirect_function, so symbols can be used in place of actual maps. --- diff --git a/src/keymap.c b/src/keymap.c index 5c9daec24d4..345d65fe768 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -730,7 +730,7 @@ current_minor_maps (modeptr, mapptr) break; } cmm_modes[i] = var; - cmm_maps [i] = XCONS (assoc)->cdr; + cmm_maps [i] = Findirect_function (XCONS (assoc)->cdr); i++; }